Package com.cisco.pt.ipc.ui
Interface InfoDialog
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
InfoDialogImpl
Information provided by the PKI file:
\class InfoDialog
\brief InfoDialog handles and manipulates the network description dialog.
\example network().getInfoDialog()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDisabled(boolean bDisabled) Information provided by the PKI file:voidsetVisible(boolean bVisible) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
setVisible
void setVisible(boolean bVisible) Information provided by the PKI file:
\brief Shows or hides this widget from view. \param bVisible, true to show this widget, false to hide it.- Parameters:
bVisible- Takes in a parameter of bVisible
-
setDisabled
void setDisabled(boolean bDisabled) Information provided by the PKI file:
\brief Enables or disables input events to this widget. \param bDisabled, true to disable input events to this widget, false to enable input events.- Parameters:
bDisabled- Takes in a parameter of bDisabled
-